Skip to content

Commit a3f8187

Browse files
coolguyzoneAlex Krawiec
andauthored
Add 5 custom canonical tags based on SEO agency recs (#11727)
* Add 5 custom canonical tags based on SEO agency recs * Fix incorrect tag change --------- Co-authored-by: Alex Krawiec <alex.krawiec@R7J1Y747QQ.local>
1 parent 7381fc9 commit a3f8187

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

docs/platforms/javascript/common/configuration/integrations/console.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Console
33
description: "Capture console logs as breadcrumbs. (default)"
4+
customCanonicalTag: "/platforms/javascript/guides/express/configuration/integrations/console/"
45
supported:
56
- javascript.node
67
- javascript.aws-lambda

docs/platforms/javascript/common/configuration/integrations/nodefetch.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: NodeFetch
33
description: "Capture spans & breadcrumbs for node fetch requests. (default)"
4+
customCanonicalTag: "/platforms/javascript/guides/nuxt/configuration/integrations/nodefetch/"
45
supported:
56
- javascript.node
67
- javascript.aws-lambda

docs/platforms/javascript/common/data-management/sensitive-data/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Scrubbing Sensitive Data"
33
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."
4+
customCanonicalTag: "/platforms/javascript/guides/koa/data-management/sensitive-data/"
45
sidebar_order: 100
56
keywords:
67
- pii

docs/platforms/javascript/common/sourcemaps/uploading/rollup.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Rollup
33
description: "Upload your source maps with the Sentry Rollup Plugin."
44
sidebar_order: 5
5+
customCanonicalTag: "/platforms/javascript/guides/koa/sourcemaps/uploading/rollup/"
56
---
67

78
<Note>

docs/platforms/native/common/tracing/trace-propagation/dealing-with-cors-issues/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Dealing with CORS Issues
33
sidebar_order: 80
4+
customCanonicalTag: "/platforms/javascript/guides/wasm/tracing/trace-propagation/dealing-with-cors-issues/"
45
---
56

67
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.

0 commit comments

Comments
 (0)