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

Add 5 custom canonical tags based on SEO agency recs #11727

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Console
description: "Capture console logs as breadcrumbs. (default)"
customCanonicalTag: "/platforms/javascript/guides/express/configuration/integrations/console/"
supported:
- javascript.node
- javascript.aws-lambda
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: NodeFetch
description: "Capture spans & breadcrumbs for node fetch requests. (default)"
customCanonicalTag: "/platforms/javascript/guides/nuxt/configuration/integrations/nodefetch/"
supported:
- javascript.node
- javascript.aws-lambda
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Scrubbing Sensitive Data"
description: "Learn about filtering or scrubbing sensitive data within the SDK, so that data is not sent with the event. You can also configure server-side scrubbing to ensure the data is not stored."
customCanonicalTag: "/platforms/javascript/guides/koa/data-management/sensitive-data/"
sidebar_order: 100
keywords:
- pii
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Rollup
description: "Upload your source maps with the Sentry Rollup Plugin."
sidebar_order: 5
customCanonicalTag: "/platforms/javascript/guides/koa/sourcemaps/uploading/rollup/"
---

<Note>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Dealing with CORS Issues
sidebar_order: 80
customCanonicalTag: "/platforms/javascript/guides/wasm/tracing/trace-propagation/dealing-with-cors-issues/"
---

If your frontend and backend are hosted on different domains (for example, your frontend is on `https://example.com` and your backend is on `https://api.example.com`), and the frontend does XHR/fetch requests to your backend, you'll need to configure your backend [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers) headers to ensure requests aren't blocked.
Expand Down
Loading