Skip to content

Commit dff8bbd

Browse files
committed
User configurable EUM API key
1 parent 79d9377 commit dff8bbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

instana/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,8 @@
5858
# instana.service_name = "myservice"
5959
service_name = None
6060

61+
# User configurable EUM API key for instana.helpers.eum_snippet()
62+
eum_api_key = ''
63+
6164
if "INSTANA_SERVICE_NAME" in os.environ:
6265
service_name = os.environ["INSTANA_SERVICE_NAME"]

0 commit comments

Comments
 (0)