We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Either dig into using AWS X-Ray, Dashbird or Epsagon, or configure thumbnail & processor services to route requests via NAT gateway.
The text was updated successfully, but these errors were encountered:
To implement Sentry for the media-processor service the following changes were investigated:
network/roles/lam/tasks/main.yml:45-52
+ SENTRY_RELEASE: "{{ service_name }}-processor/{{operating_env}}@{{app_version}}" + SENTRY_ENVIRONMENT: "{{operating_env}}"
processor/build.gradle
+ compile group: 'io.sentry', name: 'sentry-log4j2', version: '1.7.30'
processor/src/main/resources/log4j2.xml
</Lambda> + <Sentry name="Sentry" /> </Appenders> <Loggers> <Root level="info"> <AppenderRef ref="Lambda" /> + <AppenderRef ref="Sentry" level="WARN" /> </Root>
processor/src/main/resources/sentry.properties
dsn=https://4c58bb8261854ccca9ab9832865b0345:[email protected]/5253282 mdctags=user_id,image_id sample.rate=0.50
Sorry, something went wrong.
#104 ebridges/thumbnailer#5
No branches or pull requests
Either dig into using AWS X-Ray, Dashbird or Epsagon, or configure thumbnail & processor services to route requests via NAT gateway.
The text was updated successfully, but these errors were encountered: