arabold / serverless-sentry-lib

MIT License
32 stars 15 forks source link

Avoid sending large payload #16

Closed elad-haz closed 4 years ago

elad-haz commented 5 years ago

Add two new environment variables and plugins configs:

  1. filterEventsFields - SENTRY_PRINT_EVENT_TO_STDOUT - filter out list of fields from the event data (defaults to ''.Example for not empty:'body,headers')

  2. printEventToStdout - SENTRY_FILTER_EVENT_FIELDS - print the event with console log (defaults to false)

arabold commented 4 years ago

Closing this. v2.0.0 has been pushed and is being tested. Please reopen if this is still relevant in the new unified Sentry APIs.