-
I would like to use Sentry on Unity Game Services, which is a service that let you create a backend for your game, without having to deal with the hustle of setting up a backend. To add API endpoints on the backend, you upload javascript files. This has many limitations, you can't have package dependencies and on top of that, files should not be bigger than 128KB. I cannot use Is there a light SDK that provide only error reporting features? Or could I manually send events to sentry using http requests? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
hi @oktomus So there are tree shaking features which were added with major v7 of the JS SDK, it could be more useful for you to use one of the latest CDN bundles. A size limit report from a recent PR for comparisons CDN bundle lists here: https://docs.sentry.io/platforms/javascript/install/cdn/ @bitsandfoxes in case you have some context from Unity world if there is a best approach here |
Beta Was this translation helpful? Give feedback.
hi @oktomus
So there are tree shaking features which were added with major v7 of the JS SDK, it could be more useful for you to use one of the latest CDN bundles. A size limit report from a recent PR for comparisons
CDN bundle lists here: https://docs.sentry.io/platforms/javascript/install/cdn/
@bitsandfoxes in case you have some context from Unity world if there is a best approach here