From f8670f76e7ac8903be35f2fd8cd7a73c7928ff4c Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 12 Jan 2024 10:51:55 +0100 Subject: [PATCH] define sentry org and project Contributes to CURA-11482 --- profiles/runner.jinja | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/runner.jinja b/profiles/runner.jinja index e9c400f..e02c95d 100644 --- a/profiles/runner.jinja +++ b/profiles/runner.jinja @@ -11,5 +11,6 @@ include(cura.jinja) [conf] tools.system.package_manager:mode=install user.curaengine:sentry_url=https://734f9ec9024f73e53701d59c3ffddfe3@o323038.ingest.sentry.io/4506257745510401 -user.curaengine:sentry_project=ultimaker-o7 +user.curaengine:sentry_org=ultimaker-o7 +user.curaengine:sentry_project=curaengine user.i18n:options={"extract": False, "build": True}