Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prod Sentry tags have development keys #637

Closed
doug-wade opened this issue Feb 16, 2024 · 0 comments
Closed

Prod Sentry tags have development keys #637

doug-wade opened this issue Feb 16, 2024 · 0 comments
Labels
bug Something isn't working website

Comments

@doug-wade
Copy link
Owner

<script>
            Sentry.init({
                release: "@tybalt/website@0.1.9+f427b4208427dbe2af347e2f50fb81c9ea86d73c",
                environment: "development",
                dsn: "development",
                tracesSampleRate: 1.0,
                tracePropagationTargets: ["localhost", /^https:\/\/tybalt\.org/],
                replaysSessionSampleRate: 0.1,
                replaysOnErrorSampleRate: 1.0,
            });
        </script>
        ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working website
Projects
None yet
Development

No branches or pull requests

1 participant