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
Automatically pull in all orchestrion integrations defined in
server-utils into the Deno SDK.
Move the `setAsyncLocalStorageAsyncContextStrategy()` into the Deno SDK
init method, since it's eventually called by any client that uses even
the default set of integrations anyway.
Consume the list of integrations from @sentry/server-utils, so that any
new integrations that are added will automatically get picked up by the
Deno SDK, without having another piece to keep in sync and remember to
add.
The existing wrapped-and-renamed integrations are deprecated, but still
on by default, warning that their names will change in v11. As this will
be a breaking change, it's not added here, but a `todo` note is added to
remind us to make it a plain alias in the next major.
Closes#21225
Closes JS-2634
0 commit comments