-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(nextjs): Allow custom path to sentry.client.config.ts #4187
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
Conversation
Hey thanks for opening a PR. We currently don't have the bandwidth to review it atm, but will send an update when we do. |
Hi @AbhiPrasad . Do you know when this will make it in the review queue? We're depending on this before rolling out sentry/nextjs broadly. |
Hey we are still evaluating if we want to add the option or not. We will update this PR as soon as we make a decision! |
Hi, @igrayson. Thanks for the PR! We talked it over, and we've decided not to add this to the SDK, for a few reasons:
We really do appreciate the contribution, though, and please feel free to make others in the future! |
Hmm, okay — thanks for explaining your position. For the next time this comes under review, this is our position:
Cheers! |
That is not a correct statement @lobsterkatie |
For those following this PR, I left some extra context in this GH issue: #4249 (comment). We can continue the conversation there! |
Before submitting a pull request, please take a look at our
Contributing guidelines and verify:
This permits us to store our
sentry.*.config.ts
files somewhere other than the current directory, and therefore sharesentry.*.config.ts
between projects.yarn lint
) & (yarn test
).