Replies: 1 comment
-
Adding core is the way to go. You already have it in your dependencies transitively through the nextjs sdk. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a nextjs project with, for example:
"@sentry/nextjs": "8.50.0",
"@sentry/types": "8.50.0",
where we are importing core types such as:
cause types package is deprecated.
However we don't want to add
@sentry/core
dependencies only for the types. What is the cleanest solution?Beta Was this translation helpful? Give feedback.
All reactions