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
chore: Rename reference to extension main branch (#119)
The main branch of the `metamask-extension` repository was recently
renamed from `develop` to `main`. This updates a link to point to the
correct branch.
Copy file name to clipboardexpand all lines: docs/performance-tracing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Or alternatively to track more technical code stages such as:
36
36
37
37
### Utilities
38
38
39
-
The [trace utilities](https://github.com/MetaMask/metamask-extension/blob/develop/shared/lib/trace.ts) provide an abstraction of the respective Sentry package to create Sentry transactions with minimum syntax, but maximum simplicity to support features such as:
39
+
The [trace utilities](https://github.com/MetaMask/metamask-extension/blob/main/shared/lib/trace.ts) provide an abstraction of the respective Sentry package to create Sentry transactions with minimum syntax, but maximum simplicity to support features such as:
0 commit comments