Skip to content

Commit 7c90ccb

Browse files
authored
bug(experimenter): fix experimenter app id to use . not - (#13755)
Because - app id should be . separated not - separated This commit - Changes glean app id from experimenter-backend to experimenter.backend Fixes #13754
1 parent 85a6461 commit 7c90ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimenter/experimenter/glean/middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, get_response):
1414
)
1515
self.pings = glean.load_pings(settings.BASE_DIR / "telemetry" / "pings.yaml")
1616
glean.Glean.initialize(
17-
application_id="experimenter-backend",
17+
application_id="experimenter.backend",
1818
application_version=settings.APP_VERSION,
1919
data_dir=settings.GLEAN_DATA_DIR,
2020
upload_enabled=settings.GLEAN_UPLOAD_ENABLED,

0 commit comments

Comments
 (0)