Commit bb805e86 authored by Robert Knight's avatar Robert Knight

Add a documentation link

parent 5169e961
......@@ -27,6 +27,7 @@ function init(config) {
environment: config.environment,
release: '__VERSION__', // replaced by versionify
// See https://docs.sentry.io/error-reporting/configuration/filtering/?platform=javascript#before-send
beforeSend: (event, hint) => {
if (eventsSent >= maxEventsToSendPerSession) {
// Cap the number of events that any client instance will send, to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment