Skip to content

December 12, 2024

Latest
Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 12 Dec 15:03
· 7 commits to main since this release
58cd3e8

@envelop/sentry@12.0.0

Major Changes

  • #2323
    2993773
    Thanks @Karibash! - Make it possible to get the active span in the
    GraphQL resolver

    Breaking 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({
          // ...
        })
      ]
    })