-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make compatible with v8 of @sentry/node
#68
Comments
Adding to this, have you tried making a pino integration for Sentry rather than initializing the SDK a second time? Users will highly likely already have a Sentry setup, so plugging into this setup rather than initializing the SDK should work better. We generally recommend this pattern for Sentry add on library creators. The docs still need an update to v8 but we're working on this at the moment. |
Having this same issue right now with Sentry v8 and pino-sentry |
@Lms24 there are two pull requests implementing it, but nobody to test or respond in them and two related open issues: |
what are the changes? send a pr? |
also, the global install mode would get broken if using peer dependencies: suggestions? |
This currently depends on v6 or v7 of the Sentry SDK, meaning it is not compatible with v8 as of now.
The text was updated successfully, but these errors were encountered: