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

fix trycatch integration 404 #10526

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

a-hariti
Copy link
Collaborator

fixes #10377

Copy link

vercel bot commented Jun 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 9:57am

Copy link

codecov bot commented Jun 27, 2024

Bundle Report

Changes will increase total bundle size by 138 bytes ⬆️

Bundle name Size Change
sentry-docs-server 8.29MB 6 bytes ⬇️
sentry-docs-edge-server 249.8kB 150 bytes ⬆️
sentry-docs-client 7.87MB 6 bytes ⬇️

@@ -61,6 +61,10 @@ type Redirect = {
};

const REDIRECTS: Redirect[] = [
{
from: '/platforms/javascript/guides/react/configuration/integrations/trycatch/',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it only react? Or should we make this dynamic for all guides?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it makes sense to make it dynamic it applied to other guides before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔗 404 Error
3 participants