getsentry / getsentry/sentry-javascript

Node stack filenames should be relative to app root

オープン
#9,072 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Improvement Meta: Breaking
主要言語
TypeScript
スター
8.7k
フォーク
1.8k
平均マージ
1日 17時間
マージ済み PR(30日)
515

説明

### Problem Statement

Currently, the Node SDK captures absolute paths for stack trace filenames.

This has a number of disadvantages:
- Change of hosting config or provider might change the paths
- Paths differ by OS/username

These differences can impact error grouping.

### Solution Brainstorm

For the Electron SDK the OS/username in paths was a major issue so we already cater for this by normalising paths to the application root.

We should do something similar for the Node SDK but this will be a breaking change since it would affect customer error grouping.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。