Hello, we use it in Django==2.1.7 app and this row breaks the app.
|
service_id = meta.service_model.service_id.hyphenize() |
For versions
boto3==1.7.45
botocore==1.10.84
this throws
AttributeError: 'str' object has no attribute 'hyphenize'
I'm not sure the base of the integrations but I thought they must be enabled in settings, but this part of Boto3Integration is triggered even if we have not enabled it in django settings.
Hello, we use it in Django==2.1.7 app and this row breaks the app.
sentry-python/sentry_sdk/integrations/boto3.py
Line 36 in cc08a6b
For versions
boto3==1.7.45
botocore==1.10.84
this throws
AttributeError: 'str' object has no attribute 'hyphenize'I'm not sure the base of the integrations but I thought they must be enabled in settings, but this part of Boto3Integration is triggered even if we have not enabled it in django settings.