Skip to content

Commit 258ffba

Browse files
committed
Formatting
Formatting
1 parent 9796d28 commit 258ffba

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

sdk/src/RaygunClient.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)