-
Notifications
You must be signed in to change notification settings - Fork 7
add plugin support to sentry #1
Comments
From @jivinivan on December 1, 2014 19:16 👍 |
looked up sentry docs for how to do this but can't find any examples of this. closing due to inactivity + lack of context here. |
https://docs.getsentry.com/hosted/clients/javascript/integrations/ <% plugins = ['angular', 'console'] %>
<script src="https://cdn.ravenjs.com/2.3.0/<%= plugins.join(',') %>/raven.min.js"></script>
<!-- instead of -->
<script src="https://cdn.ravenjs.com/2.3.0/raven.min.js"></script> For Angular, the main issue is that users have to make sure that raven+angular is loaded before bootstraping their app. |
Thanks! I'll reopen it and triage this issue internally -- happy to accept PRs in the meantime though! :) |
up again, |
If instead of loading |
cc @anoonan |
From @ianstormtaylor on June 7, 2014 1:21
Sentry lets you add plugins when loading their library, would be good to let the user pass in which plugins they'd like to load.
Copied from original issue: segmentio/analytics.js-integrations#197
The text was updated successfully, but these errors were encountered: