From 66ca7e4dec59144c4b0515d66fa918477b04735a Mon Sep 17 00:00:00 2001 From: Ryan Albrecht Date: Wed, 26 Feb 2025 10:28:44 -0800 Subject: [PATCH 1/3] feat: Mention that the cookie-sync extension works for previews --- .../development-infrastructure/frontend-development-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/development-infrastructure/frontend-development-server.mdx b/develop-docs/development-infrastructure/frontend-development-server.mdx index 82968e6842231..84b0eacf75f0d 100644 --- a/develop-docs/development-infrastructure/frontend-development-server.mdx +++ b/develop-docs/development-infrastructure/frontend-development-server.mdx @@ -15,7 +15,7 @@ The development server can be viewed at [https://dev.getsentry.net:7999](https:/ In any case, you can now login to your development server with your Sentry.io credentials. The SSO-login flow will *NOT* work. Only email/password is supported on the login form in development. -While the SSO-login flow will not work, cookies from an existing logged-in sessions will work correctly. You may use our [Cookie Sync](https://github.com/getsentry/cookie-sync) browser extension to sync session cookies from `*.sentry.io` domain and into `*.dev.getsentry.net` domain in your browser. +While the SSO-login flow will not work, cookies from an existing logged-in sessions will work correctly. You may use our [Cookie Sync](https://github.com/getsentry/cookie-sync) browser extension to sync session cookies from `*.sentry.io` domain and into `*.dev.getsentry.net` and `*.sentry.dev` (the Vercel preview environment). - [Get Cookie Sync for Chrome](https://chrome.google.com/webstore/detail/sentry-cookie-sync/kchlmkcdfohlmobgojmipoppgpedhijh) - [Get Cookie Sync for Firefox](https://addons.mozilla.org/en-US/firefox/addon/sentry-cookie-sync/) From 2d8fda715cb021c0ba67e29c257207f1dd19c54c Mon Sep 17 00:00:00 2001 From: Ryan Albrecht Date: Wed, 26 Feb 2025 11:57:00 -0800 Subject: [PATCH 2/3] Update develop-docs/development-infrastructure/frontend-development-server.mdx --- .../development-infrastructure/frontend-development-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/development-infrastructure/frontend-development-server.mdx b/develop-docs/development-infrastructure/frontend-development-server.mdx index 84b0eacf75f0d..62b88f1c30255 100644 --- a/develop-docs/development-infrastructure/frontend-development-server.mdx +++ b/develop-docs/development-infrastructure/frontend-development-server.mdx @@ -15,7 +15,7 @@ The development server can be viewed at [https://dev.getsentry.net:7999](https:/ In any case, you can now login to your development server with your Sentry.io credentials. The SSO-login flow will *NOT* work. Only email/password is supported on the login form in development. -While the SSO-login flow will not work, cookies from an existing logged-in sessions will work correctly. You may use our [Cookie Sync](https://github.com/getsentry/cookie-sync) browser extension to sync session cookies from `*.sentry.io` domain and into `*.dev.getsentry.net` and `*.sentry.dev` (the Vercel preview environment). +While the SSO-login flow will not work, cookies from an existing logged-in sessions will work correctly. You may use our [Cookie Sync](https://github.com/getsentry/cookie-sync) browser extension to sync session cookies from `*.sentry.io` into `*.dev.getsentry.net` and `*.sentry.dev`. The latter being the Github Preview environment hosted on Vercel. - [Get Cookie Sync for Chrome](https://chrome.google.com/webstore/detail/sentry-cookie-sync/kchlmkcdfohlmobgojmipoppgpedhijh) - [Get Cookie Sync for Firefox](https://addons.mozilla.org/en-US/firefox/addon/sentry-cookie-sync/) From 100654ac2ac92cce9545f05344008746b223c353 Mon Sep 17 00:00:00 2001 From: Ryan Albrecht Date: Wed, 26 Feb 2025 16:43:49 -0800 Subject: [PATCH 3/3] Update develop-docs/development-infrastructure/frontend-development-server.mdx Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> --- .../development-infrastructure/frontend-development-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/development-infrastructure/frontend-development-server.mdx b/develop-docs/development-infrastructure/frontend-development-server.mdx index 62b88f1c30255..ac42a2d5e7159 100644 --- a/develop-docs/development-infrastructure/frontend-development-server.mdx +++ b/develop-docs/development-infrastructure/frontend-development-server.mdx @@ -15,7 +15,7 @@ The development server can be viewed at [https://dev.getsentry.net:7999](https:/ In any case, you can now login to your development server with your Sentry.io credentials. The SSO-login flow will *NOT* work. Only email/password is supported on the login form in development. -While the SSO-login flow will not work, cookies from an existing logged-in sessions will work correctly. You may use our [Cookie Sync](https://github.com/getsentry/cookie-sync) browser extension to sync session cookies from `*.sentry.io` into `*.dev.getsentry.net` and `*.sentry.dev`. The latter being the Github Preview environment hosted on Vercel. +While the SSO-login flow will not work, cookies from an existing logged-in sessions will work correctly. You may use our [Cookie Sync](https://github.com/getsentry/cookie-sync) browser extension to sync session cookies from `*.sentry.io` into `*.dev.getsentry.net`, and `*.sentry.dev` -- the latter being the Github Preview environment hosted on Vercel. - [Get Cookie Sync for Chrome](https://chrome.google.com/webstore/detail/sentry-cookie-sync/kchlmkcdfohlmobgojmipoppgpedhijh) - [Get Cookie Sync for Firefox](https://addons.mozilla.org/en-US/firefox/addon/sentry-cookie-sync/)