You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a link to the affected event from your Sentry account
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node(raven for node)
other: @sentry/gatsby
Version:
5.18.1
Description
As it stands gatsby-browser.js and gatsby-node.js aren't properly packaged into
the @sentry/gatsby distribution. Because of this Sentry.init() is never called
and the Sentry module is never bound to the window - loading the plugin is
effectively a nop. Unfortunately, the failure is silent.