We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eca8ef commit 9def894Copy full SHA for 9def894
1 file changed
js/src/lib/collectors/span/mod.ts
@@ -61,6 +61,8 @@ export class SpanCollector implements Collector {
61
if (apiNames.has(iName.name)) {
62
throw new Error("js sdk does not yet support Observe API");
63
}
64
+ } else if (iName.module === 'dylibso:observe/api') {
65
+ throw new Error("js sdk does not yet support Observe API");
66
67
68
0 commit comments