dnlup

Results 54 comments of dnlup

Hi @abecks , it doesn't look you're missing anything, that seems strange 🤔 . I''l try to take a look at it and get back to you

I tried this code: ```js import Fastify from 'fastify' import fastifySentry from '@immobiliarelabs/fastify-sentry' const fastify = Fastify() await fastify.register(fastifySentry, { dsn: process.env.SENTRY_DSN, debug: true, environment: process.env.SERVER_ENV, tracesSampleRate: 1.0, release: '1.0.0',...

@abecks Can you share something more about your environment? I can't riproduce your issue .

Thank you @abecks for the detailed investigation, I'll try to reproduce it and migrate deprecated SDK apis and see if that changes this behavior. > Is there a reason the...

I am sorry @abecks but I really can't reproduce this issue, I made a repo where we can make tests: https://github.com/dnlup/fastify-sentry-tests Feel free to use it and modify it to...

@fernandesGabriel Yes, I imagined the function could be useful to add more info, like the tags you are mentioning. The only difference with the previous version of the plugin would...

@fernandesGabriel I was thinking, wouldn't the `beforeSend` (the SDK one) option be enough for this use case?

Thanks @noahsark769 for the feedback. So maybe something that allows us to use the `scope` api instead of manipulating the raw `event` should be what we are looking for.

Hi @wongsean , sorry for the very late reply. We are testing the new SDK and evaluating if this is an activity we should work on because Sentry has now...

Update on this issue. We confirm that we are not going to update the Sentry SDK in this plugin because Sentry now has an [official integration for Fastify](https://docs.sentry.io/platforms/javascript/guides/fastify/) that works...