-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(nextjs): Inject manifest into client for webpack builds #16857
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
Changes from 18 commits
73e0637
9b28d79
657dd55
a82b977
7d6e198
71b1121
3114f5c
75305f5
4ad310f
e105620
685bf04
f593c49
2a4a35c
f9430fe
6071f76
e416a2c
78ff933
aeb2e6d
681cb29
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -467,6 +467,13 @@ export type SentryBuildOptions = { | |
*/ | ||
suppressOnRouterTransitionStartWarning?: boolean; | ||
|
||
/** | ||
* Disables manifest injection. | ||
* | ||
* Defaults to `false`. | ||
*/ | ||
disableManifestInjection?: boolean; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. l/feel free to ignore: I generally prefer
But again, this might be just me, so happy to leave this up to you and no objections to going with |
||
|
||
/** | ||
* Contains a set of experimental flags that might change in future releases. These flags enable | ||
* features that are still in development and may be modified, renamed, or removed without notice. | ||
|
Uh oh!
There was an error while loading. Please reload this page.