diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-01-12 07:45:52 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-01-12 07:45:52 +0000 |
commit | 8fc2b39e12c247b16231f7421b8b9dcf863e24de (patch) | |
tree | 02261d62fe73fa07ba2ae9a413a075242c3379a6 /load-properties.gradle | |
parent | 7cad75f498d1afbb69069b582bb75ebf7a8833aa (diff) |
855: setup Sentry telemetry.
Diffstat (limited to 'load-properties.gradle')
-rw-r--r-- | load-properties.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load-properties.gradle b/load-properties.gradle index 71c9fb5..2c0134e 100644 --- a/load-properties.gradle +++ b/load-properties.gradle @@ -30,4 +30,5 @@ if (localPropertiesFile.exists()) { } else { ext["MAPBOX_KEY"] = System.getenv('MAPBOX_KEY') ext["MAPBOX_SECRET_KEY"] = System.getenv('MAPBOX_SECRET_KEY') + ext["SENTRY_DSN"] = System.getenv('SENTRY_DSN') }
\ No newline at end of file |