gliff-ai / store

gliff.ai STORE – django application running gliff.ai’s main API and passing to the etebase API
https://gliff.ai
1 stars 0 forks source link

feat: make sentry ignore healthcheck transactions #150

Closed ChasNelson1990 closed 3 years ago

ChasNelson1990 commented 3 years ago

Description

Turns out that 90% of our transactions were coming from hits to /api/ - this is the healthcheck endpoint and is used by Apex and Azure to check things are running and thus gets tonnes of hits... hence using up all our transactions!

This should filter those out - but we won't find out until our transaction limit resets (should be soon I think). If it works I'll transfer it to the ACACIA projects too.

closes #138

Dependency changes

Updated sentry-sdk and relocked. Also updated requirements.txt with this.

Testing

N/A

Documentation

N/A

Migrations (if applicable)

None

Checklist:

ChasNelson1990 commented 3 years ago

DO NOT REVIEW... I seem to have based this from main :-S

cooper667 commented 3 years ago

that expalins the version bumps?