File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/bundler-plugin-core/src Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,17 @@ export interface Options {
105
105
/** Override values for passing custom information to API. */
106
106
uploadOverrides ?: UploadOverrides ;
107
107
108
+ /* If set to true, internal plugin errors and performance data will be sent to Sentry.
109
+ *
110
+ * At Codecov we like to use Sentry ourselves to deliver faster and more stable products. We're
111
+ * very careful of what we're sending. We won't collect anything other than error and high-level
112
+ * performance data. We will never collect your code or any details of the projects in which
113
+ * you're using this plugin.
114
+ *
115
+ * Defaults to `true`.
116
+ */
117
+ telemetry ?: boolean ;
118
+
108
119
sentry ?: {
109
120
/**
110
121
* Only send bundle stats to sentry (used within sentry bundler plugin).
You can’t perform that action at this time.
0 commit comments