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
Messed around a bit with this but couldn't get it to work with Toucan. Maybe outside of scope. Perhaps related to Toucan not propagating enough of the Sentry API to the instance.
Also noticed this library requires Sentry which is typed any. I tried addIntegration to append the integration after init-ing Toucan. Which then gave me Sentry.startSpan is not a function on the first request in development but not subsequent requests 🤔.
The text was updated successfully, but these errors were encountered:
jokull
changed the title
Toucan Compatability
Toucan Compatibility
Aug 16, 2024
Messed around a bit with this but couldn't get it to work with Toucan. Maybe outside of scope. Perhaps related to Toucan not propagating enough of the
Sentry
API to the instance.Also noticed this library requires
Sentry
which is typedany
. I triedaddIntegration
to append the integration after init-ing Toucan. Which then gave meSentry.startSpan is not a function
on the first request in development but not subsequent requests 🤔.The text was updated successfully, but these errors were encountered: