getsentry / getsentry/sentry-javascript
SvelteKit Tracing: Handle Remote function requests and spans
未关闭
Improvement
SvelteKit
- 主要语言
- TypeScript
- 星标
- 8.7k
- 派生
- 1.8k
- 平均合并
- 1 天 17 小时
- 30 天内合并 PR
- 515
描述
Follow-up from [https://github.com/getsentry/sentry-javascript/issues/16982](https://github.com/getsentry/sentry-javascript/issues/16982)
Right now, remote function call requests don't produce nice traces because they're handled like non-route requests by `sentryHandle`. We need to check the isRemoteRequest property on the request event to identify and handle these requests correctly
贡献指南
评估
这个 Issue 还没有评估数据。