File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,10 @@ const init = (raygunClientOptions: RaygunClientOptions) => {
8686 disableNativeCrashReporting ,
8787 disableUnhandledPromiseRejectionReporting ,
8888 customCrashReportingEndpoint || '' ,
89- onBeforeSendingCrashReport as BeforeSendHandler ,
90- version ,
91- maxErrorReportsStoredOnDevice ,
92- maxBreadcrumbsPerErrorReport ,
93- ) ;
89+ onBeforeSendingCrashReport as BeforeSendHandler ,
90+ version ,
91+ maxErrorReportsStoredOnDevice ,
92+ maxBreadcrumbsPerErrorReport ) ;
9493
9594 if ( ! disableNativeCrashReporting ) {
9695 RaygunNativeBridge . initCrashReportingNativeSupport ( apiKey , version , customCrashReportingEndpoint ) ;
@@ -105,8 +104,7 @@ const init = (raygunClientOptions: RaygunClientOptions) => {
105104 ignoredURLs ,
106105 ignoredViews ,
107106 customRealUserMonitoringEndpoint ,
108- version ,
109- ) ;
107+ version ) ;
110108
111109 // Add the lifecycle event listeners to the bridge.
112110 RaygunNativeBridge . initRealUserMonitoringNativeSupport ( ) ;
You can’t perform that action at this time.
0 commit comments