Rollbar
Technical Implementations
Rollbar
General Needs
<script>
var _rollbarConfig = {
accessToken: "POST_CLIENT_ITEM_ACCESS_TOKEN",
captureUncaught: true,
captureUnhandledRejections: true,
payload: {
environment: "production",
client: {
javascript: {
source_map_enabled: true,
code_version: "${rollbarVersion || buildId}",
}
},
}
};
// Rollbar Snippet
// .... code
// End Rollbar Snippet
</script>PHP and Drupal
Set up your Rollbar account, configure projects
Last updated
Was this helpful?