theguild-bot
released this
12 Dec 15:03
·
7 commits
to main
since this release
@envelop/sentry@12.0.0
Major Changes
-
#2323
2993773
Thanks @Karibash! - Make it possible to get the active span in the
GraphQL resolverBreaking Change: With this change, this plugin now wraps the execute function. This plugin
should be placed last so that the execute function is not overwritten by another plugin.const yoga = createYoga({ plugins: [ ...otherPlugins, useSentry({ // ... }) ] })