File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
packages/tracing/src/integrations Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,21 @@ import {
1414
1515/**
1616 * TODO: Figure out Tracing._resetActiveTransaction()
17+ * - No clue :/
18+ * - Maybe on finish, all transactions should remove themselves off the scope?
1719 * TODO: Figure out Tracing.finishIdleTransaction()
20+ * - Need beforeFinish() transaction hook here
21+ * TODO: Figure out both XHR and Fetch tracing
22+ * - This should be a integration that just runs automatically like the router
23+ * TODO: _setupErrorHandling
24+ * - This should be a integration that runs automatically
25+ * TODO: _setupBackgroundTabDetection
26+ * - This something that works automatically too
27+ * - This just cancels active pageload/navigation on scope
28+ * - Provide option to to extend to all transactions??
29+ * TODO: Tracing._addPerformanceEntries
30+ * - This is a beforeFinish() hook here
31+ * Thoughts:
1832 * - This might be that we monkeypatch it here?
1933 * - Ex. say _activeTransaction.finish = () => { finish() and something }
2034 * - BrowserTracing wants to hook onto idleTransaction lifecyle, do something before and after
You can’t perform that action at this time.
0 commit comments