Skip to content

Commit

Permalink
chore(react-router): Add package as npm target in craft (#15524)
Browse files Browse the repository at this point in the history
Adds a craft entry for publishing `@sentry/react-router` to npm

closes #14725
  • Loading branch information
chargome authored Feb 27, 2025
1 parent 5505b5c commit 2124e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ targets:
- name: npm
id: '@sentry/astro'
includeNames: /^sentry-astro-\d.*\.tgz$/
- name: npm
id: '@sentry/react-router'
includeNames: /^sentry-react-router-\d.*\.tgz$/

## 7. Other Packages
## 7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

# Official Sentry SDK for React Router (Framework) (EXPERIMENTAL)
# Official Sentry SDK for React Router Framework (EXPERIMENTAL)

[![npm version](https://img.shields.io/npm/v/@sentry/react-router.svg)](https://www.npmjs.com/package/@sentry/react-router)
[![npm dm](https://img.shields.io/npm/dm/@sentry/react-router.svg)](https://www.npmjs.com/package/@sentry/react-router)
Expand Down

0 comments on commit 2124e01

Please sign in to comment.