RomainLanz / sentry

A wrapper around the Sentry SDK to make it easier to use in a AdonisJS application
MIT License
23 stars 0 forks source link

Sentry v8 support #1

Open jonahsnider opened 3 weeks ago

jonahsnider commented 3 weeks ago

Just set this package up in my project and noticed a compilation error when I tried adding the v8 version of nodeProfilingIntegration() to my integrations array. Looks like bumping the @sentry/node version from v7 to v8 should resolve the issue with the incompatible types.

RomainLanz commented 3 weeks ago

Hey @jonahsnider! 👋🏻

Yes it is planned, but first I need to ensure Sentry v8 works well. Last time I checked they had multiple errors and weird behaviors when using Node.js loaders. So I forced the version to v7 at the moment.