We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45ff82 commit c2a9dafCopy full SHA for c2a9daf
sample/src/screens/ManualTrackerScreen.tsx
@@ -23,6 +23,7 @@ const TrackerScreen = () => {
23
// Initialize the transaction for the screen.
24
transaction.current = Sentry.startTransaction({
25
name: 'Tracker Screen',
26
+ op: 'navigation',
27
});
28
29
return () => {
0 commit comments