We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0478843 commit b0ee274Copy full SHA for b0ee274
1 file changed
android/app/src/main/AndroidManifest.xml
@@ -27,6 +27,19 @@
27
tools:node="remove" />
28
</provider>
29
30
+ <!-- The Reaper library sends data to two endpoints:
31
+ - $baseUrl/report
32
+ - $baseUrl/reaper/error
33
+ So if baseUrl is set to https://example.com/foo as
34
+ below Reaper reports will be sent to:
35
+ - https://example.com/foo/report
36
+ and errors will be sent to:
37
+ - https://example.com/foo/reaper/error
38
+ -->
39
+ <meta-data
40
+ android:name="com.emergetools.OVERRIDE_BASE_URL"
41
+ android:value="https://example.com/foo" />
42
+
43
<meta-data
44
android:name="io.sentry.dsn"
45
android:value="https://db2524adf3fee320562f372d15f98098@o497846.ingest.us.sentry.io/4506028523388928" />
0 commit comments