Fix lying comment
This commit is contained in:
@@ -18,9 +18,10 @@ import { SpanExporter, ReadableSpan } from "@opentelemetry/sdk-trace-base";
|
|||||||
import { ExportResult, ExportResultCode } from "@opentelemetry/core";
|
import { ExportResult, ExportResultCode } from "@opentelemetry/core";
|
||||||
|
|
||||||
import { PosthogAnalytics } from "./PosthogAnalytics";
|
import { PosthogAnalytics } from "./PosthogAnalytics";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is implementation of {@link SpanExporter} that prints spans to the
|
* This is implementation of {@link SpanExporter} that sends spans
|
||||||
* console. This class can be used for diagnostic purposes.
|
* to Posthog
|
||||||
*/
|
*/
|
||||||
export class PosthogSpanExporter implements SpanExporter {
|
export class PosthogSpanExporter implements SpanExporter {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user