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 8fe5c8c commit 3145c8eCopy full SHA for 3145c8e
1 file changed
packages/core/src/v3/config.ts
@@ -98,8 +98,6 @@ export type TriggerConfig = {
98
/**
99
* Span processors to use for OpenTelemetry. This is useful if you want to add custom span processors to your tasks.
100
* There are executed in the order passed before running exporters
101
- *
102
- * @see https://trigger.dev/docs/config/config-file#spanProcessors
103
*/
104
spanProcessors?: Array<SpanProcessor>;
105
0 commit comments