mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
used env
This commit is contained in:
@@ -101,7 +101,7 @@ export default function ErrorBoundary({ children, section }: Props) {
|
|||||||
)}
|
)}
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<div>Revolt has crashed. Here's the error:</div>
|
<div>Pepchat has crashed. Here's the error:</div>
|
||||||
<pre>
|
<pre>
|
||||||
<code>{error?.stack}</code>
|
<code>{error?.stack}</code>
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import * as Sentry from '@sentry/react';
|
|||||||
import { BrowserTracing } from '@sentry/tracing';
|
import { BrowserTracing } from '@sentry/tracing';
|
||||||
|
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: "https://7c72b9e0f3010d15b9a627a22692ce99@o4508001912487936.ingest.us.sentry.io/4508714086301696",
|
dsn: import.meta.env.VITE_SENTRY_DSN,
|
||||||
integrations: [
|
integrations: [
|
||||||
Sentry.browserTracingIntegration(),
|
Sentry.browserTracingIntegration(),
|
||||||
Sentry.replayIntegration(),
|
Sentry.replayIntegration(),
|
||||||
|
|||||||
Reference in New Issue
Block a user