Skip to content

Commit

Permalink
Add 5 custom canonical tags based on SEO agency recs (#11727)
Browse files Browse the repository at this point in the history
* Add 5 custom canonical tags based on SEO agency recs

* Fix incorrect tag change

---------

Co-authored-by: Alex Krawiec <[email protected]>
  • Loading branch information
coolguyzone and Alex Krawiec authored Nov 7, 2024
1 parent 7381fc9 commit a3f8187
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
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

0 comments on commit a3f8187

Please sign in to comment.