Skip to content

Commit b8f58b4

Browse files
style: format code with ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format
This commit fixes the style issues introduced in e554f44 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: None
1 parent e554f44 commit b8f58b4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ if (!container) throw new Error("No root container found");
1515
const root = createRoot(container);
1616
root.render(<App />);
1717

18-
Sentry.captureException(new Error("Manual test event"));
18+
Sentry.captureException(new Error("Manual test event"));

src/sentry.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Sentry.init({
77
integrations: [
88
Sentry.browserTracingIntegration(),
99
Sentry.replayIntegration(),
10-
new BrowserTracing(),
10+
new BrowserTracing(),
1111
new Replay(),
1212
],
1313
tracesSampleRate: 1.0,
1414
replaysSessionSampleRate: 0.1,
1515
replaysOnErrorSampleRate: 1.0,
1616
sendDefaultPii: true,
17-
enableTracing: true
17+
enableTracing: true,
1818
});
1919

20-
Sentry.captureException(new Error("Startup test error"));
20+
Sentry.captureException(new Error("Startup test error"));

0 commit comments

Comments
 (0)