Closed as not planned
Description
Environment
SaaS (https://sentry.io/)
Version
No response
Link
No response
DSN
https://756fac6d7d514f5db62c7f0bc5a0f53e@o4504872119566336.ingest.sentry.io/4504872145059840
Steps to Reproduce
Link to the code that reproduces this issue
https://github.com/Cow258/edge-bug-demo
To Reproduce
- Deploy to Vercel
- Goto https://****.vercel/api/hello
- Open DevTool for the response headers
- You will find the region is different from 'sin1'
https://edge-bug-demo.vercel.app/api/hello
Expected Result
Expected Behavior
The region should be as same as the config when integrating with Sentry
Actual Result
I set the regions to ['sin1'], but it still global after deployed to Vercel and integrating with Sentry
export const config = {
runtime: 'edge',
regions: ['sin1'],
}
Metadata
Metadata
Assignees
Labels
No labels