There was an error while loading. Please reload this page.
1 parent 84f7006 commit 95a15c2Copy full SHA for 95a15c2
elasticapm/base.py
@@ -353,7 +353,7 @@ def get_service_info(self):
353
"version": keyword_field(runtime_version),
354
},
355
}
356
- if self.activation_method:
+ if getattr(self, "activation_method", None):
357
result["agent"]["activation_method"] = self.activation_method
358
if self.config.framework_name:
359
result["framework"] = {
0 commit comments