File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22import * as Sentry from " @sentry/react-native" ;
33import { NavigationContainer } from " @react-navigation/native" ;
44
5- const navigationIntegration = Sentry .reactNavigationintegration ({
5+ const navigationIntegration = Sentry .reactNavigationIntegration ({
66 enableTimeToInitialDisplay: true ,
77});
88
@@ -29,7 +29,7 @@ function App = () => {
2929import * as Sentry from " @sentry/react-native" ;
3030import { NavigationContainer } from " @react-navigation/native" ;
3131
32- const navigationIntegration = Sentry .reactNavigationintegration ({
32+ const navigationIntegration = Sentry .reactNavigationIntegration ({
3333 enableTimeToInitialDisplay: true ,
3434});
3535
@@ -52,4 +52,4 @@ class App extends React.Component {
5252 );
5353 }
5454}
55- ```
55+ ```
You can’t perform that action at this time.
0 commit comments