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 1138a16 commit a885b25Copy full SHA for a885b25
packages/bundler-plugin-core/src/types.ts
@@ -97,6 +97,18 @@ export interface Options {
97
* Example: `rollup-package`
98
*/
99
bundleName?: string;
100
+
101
+ /**
102
+ * If set to true, internal plugin errors and performance data will be sent to Sentry.
103
+ *
104
+ * At Codecov we like to use Sentry ourselves to deliver faster and more stable products. We're
105
+ * very careful of what we're sending. We won't collect anything other than error and high-level
106
+ * performance data. We will never collect your code or any details of the projects in which
107
+ * you're using this plugin.
108
109
+ * Defaults to `true`.
110
+ */
111
+ telemetry?: boolean;
112
}
113
114
export type BundleAnalysisUploadPlugin = (
0 commit comments