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
ref(browser): Move utils to @sentry-internal/browser-utils (getsentry#11451)
ref getsentry#9832
Building off getsentry#11381,
this moves browser related utils into the browser utils package.
Next step is to move `browserTracingIntegration` into browser!
Copy file name to clipboardExpand all lines: packages/browser-utils/src/instrument/dom.ts
+4-11Lines changed: 4 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,7 @@
1
-
// TODO(v8): Move everything in this file into the browser package. Nothing here is generic and we run risk of leaking browser types into non-browser packages.
Copy file name to clipboardExpand all lines: packages/browser-utils/src/instrument/history.ts
+4-13Lines changed: 4 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,6 @@
1
-
// TODO(v8): Move everything in this file into the browser package. Nothing here is generic and we run risk of leaking browser types into non-browser packages.
0 commit comments