Skip to content

Intercepts the HTTP requests, filters body request and redirects to Sentry instance.

Notifications You must be signed in to change notification settings

orandin/sentryceptor

Repository files navigation

Sentryceptor

Sentryceptor intercepts the HTTP requests, filters body request and redirects to Sentry instance.

The best method is to add filters in your code, but when you can't modify the code source, Sentryceptor can help you to filter the information from each body request to Sentry. You keep the control of you data.

How to run?

To run with default flags :

sentryceptor > sentryceptor.log

To run with specific config file :

sentryceptor -config=PATH/YOUR/FILE.json > sentryceptor.log

Configuration

The configuration file by default is config.json, but you can use another file (see above).

Comparator available

Comparator Description
eq equals condition
neq not equals condition
lt less than condition
lte less than or equal condition
gt greater than condition
gte greater than or equal condition
matches matches (regex) condition
contains contains condition
ncontains not contains condition
exists exists condition (value field must be equal to "")
nexists not exists condition (value field must be equal to "")

About

Intercepts the HTTP requests, filters body request and redirects to Sentry instance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published