We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a36e1a commit 78dff8aCopy full SHA for 78dff8a
packages/astro/src/integration/index.ts
@@ -11,7 +11,6 @@ const PKG_NAME = '@sentry/astro';
11
12
export const sentryAstro = (options: SentryOptions = {}): AstroIntegration => {
13
let sentryServerInitPath: string | undefined;
14
-
15
let didSaveRouteData = false;
16
17
return {
0 commit comments