Skip to content

Commit

Permalink
Update sentry-android-core/src/main/java/io/sentry/android/core/Manif…
Browse files Browse the repository at this point in the history
…estMetadataReader.java

Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
  • Loading branch information
adinauer and marandaneto authored Jun 15, 2022
1 parent b2c91af commit 1810d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ final class ManifestMetadataReader {

static final String ATTACH_SCREENSHOT = "io.sentry.attach-screenshot";
static final String CLIENT_REPORTS_ENABLE = "io.sentry.send-client-reports";
static final String COLLECT_IPC_DEVICE_INFO = "io.sentry.collect-ipc-device-info";
static final String COLLECT_IPC_DEVICE_INFO = "io.sentry.ipc-device-context";

/** ManifestMetadataReader ctor */
private ManifestMetadataReader() {}
Expand Down

0 comments on commit 1810d53

Please sign in to comment.