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.
2 parents 1c96999 + 29af336 commit 20376f7Copy full SHA for 20376f7
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -3742,7 +3742,7 @@ public interface BeforeSendLogCallback {
3742
public static final class Metrics {
3743
3744
/** Whether Sentry Metrics feature is enabled and metrics are sent to Sentry. */
3745
- private boolean enable = false;
+ private boolean enable = true;
3746
3747
/**
3748
* This function is called with a metric key and tags and can return false to skip sending the
0 commit comments