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
// Always filter out the Hono integration from user-provided integrations (or when nothing is specified).
24
-
// The Hono integration is already set up by withSentry, so adding it again would cause double-capturing (and non-parametrized URLs).
30
+
// Always filter out the Hono integration from defaults and user integrations.
31
+
// The Hono integration is already set up by withSentry, so adding it again would cause capturing too early (in Cloudflare SDK) and non-parametrized URLs.
0 commit comments