Skip to content

Opencode not loading, OTel bug? #1719

@ccadenac

Description

@ccadenac

When tyring to load opencode 0.4.1 , Sequoia 15.6 - Silicon(used to work before):

7403 | throw Error("exportIntervalMillis must be greater than 0");
7404 | }
7405 | if (options2.exportTimeoutMillis !== undefined && options2.exportTimeoutMillis <= 0) {
7406 | throw Error("exportTimeoutMillis must be greater than 0");
7407 | }
7408 | throw Error("exportIntervalMillis must be greater than or equal to exportTimeoutMillis");
^
error: exportIntervalMillis must be greater than or equal to exportTimeoutMillis
at new PeriodicExportingMetricReader (/$bunfs/root/opencode:7408:20)
at (/$bunfs/root/opencode:61008:32)
at forEach (1:11)
at configureMetricProviderFromEnv (/$bunfs/root/opencode:61001:29)
at start (/$bunfs/root/opencode:61169:66)
at init (/$bunfs/root/opencode:113696:14)
at /$bunfs/root/opencode:179623:11

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions