Tedious
为 Tedious 添加插装。(默认启用)
此集成仅在 Node.js 和 Bun 运行时中工作。需要 SDK 版本 8.38.0
或更高版本。
Import name: Sentry.tediousIntegration
当启用了性能监控时,此集成默认启用。如果您想修改默认集成,请阅读此文档。
tediousIntegration
为 tedious
库添加了插装,以使用 @opentelemetry/instrumentation-tedious
捕获跨度。
Copied
Sentry.init({
integrations: [new Sentry.tediousIntegration()],
});
tedious
:>=1.11.0 <20