-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Export SentryBuildOptions
type
#13295
Comments
Hi, thanks for filing this. Sounds reasonable to me, would you like to contribute this? :) cc @lforst |
wating for wow it's taking a long time to yarn install and lint everything. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
In order to have typing assistance when writing sentry config, I have to do:
and that's fragile. I would like to be able to do
{import("@sentry/nextjs").SentryBuildOptions}
or something like that.Solution Brainstorm
add
to
index.types.ts
.The text was updated successfully, but these errors were encountered: