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
In your documentation for koa framework, you suggest to use const domain = require("domain"); but according to node documentation, this library is deprecated and will be definitely removed some day.
Suggested Solution
Suggest another way to better help with breadcrumbs ?
The text was updated successfully, but these errors were encountered:
Hey thanks for writing in! Although domains are deprecated, they are still very effective, and our SDK uses them internally to power a lot of features.
Core or SDK?
Platform/SDK
Which part? Which one?
@sentry/node with Koa
Description
In your documentation for koa framework, you suggest to use
const domain = require("domain");
but according to node documentation, this library is deprecated and will be definitely removed some day.Suggested Solution
Suggest another way to better help with breadcrumbs ?
The text was updated successfully, but these errors were encountered: