What is the proper way to use lazy-loaded Sentry and add integrations #5263
-
I'm migrating from Sentry loaded from I'm aware that I need to wrap the Is there a recommended way to express that except for the main part I also want integrations loaded? It doesn't seem to be supported. I'm able to handle it myself somehow so that by It seems like integrations are natural next config to set in Settings -> Projects -> Client Keys (DSN) especially that the loader has the project identifier as file name. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I tried to preload (link rel=preload) integration bundle directly after the sentry loader, then inside But in general you could insert integration scripts in a render-blocking manner (directly after loader script) |
Beta Was this translation helpful? Give feedback.
Related issue: #2476