FriendsOfShopware / shopware-sentry-bundle

10 stars 4 forks source link

Add support for the administration javascript code #7

Open nickygerritsen opened 5 months ago

nickygerritsen commented 5 months ago

Please describe the feature you would like to see implemented.

I know the project is very new, so I am not expecting this to happen soon, but it would be nice if we could also integrate Sentry into the administration javascript code.

I think for this we need:

shyim commented 5 months ago

When you want to make a PR, feel free to do so. It should be just configureable and disabled by default 👍

nickygerritsen commented 5 months ago

Any pointers where I should start, especially in the javascript part? Where / how should I inject/start the Sentry SDK? For the backend code to expose the DSN, release and environment I think I will manage.