Unable to integrate Sentry within MWAA due to errors thrown when updating configuration options #46327
Unanswered
rpy-asaravanan
asked this question in
Q&A
Replies: 1 comment
-
|
@rpy-asaravanan Hello, mate. Did you solve this? We faced the same issue during the 2.6.3 > 2.10.3 upgrade. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently attempting to integrate Sentry within AWS MWAA.
To do this, we followed the instructions provided by Sentry.
https://docs.sentry.io/platforms/python/integrations/airflow/
For the configuration options, we used the custom configuration options within AWS console to set sentry_on values and sentry_dsn values.

When we attempt to set these configuration options, we receive the following error after MWAA fails to update:
We have checked permissions and roles and found that are no issues there. We only receive this message when we attempt to set the configuration options.
https://repost.aws/questions/QU7CsefLjcTUyIf2i_sY2R5A/mwaa-sentry-integration
We have also tried different versions of apache-airflow[sentry].
The version of airflow we are using within MWAA is 2.7.2.
We have reached out to Sentry and they have advised us to create an issue within the airflow Airflow repo since the sentry integration of airflow is community supported.

Occasionally we are seeing the following in our logs:
We have seen mention of the fact that the webserver within MWAA does not install requirements on the webserver, but it is our understanding that installation of requirements on the webserver should not be required since the webserver is needed for the UI.
https://repost.aws/questions/QU7CsefLjcTUyIf2i_sY2R5A/mwaa-sentry-integration
We are looking for advice on how to proceed and what further steps we can take to successfully integrate Sentry and successfully update our MWAA instance with the appropriate configuration options needed.
Beta Was this translation helpful? Give feedback.
All reactions