Skip to main content

Type Alias: SessionCreateRequestOpenAPI

Defined in: src/types/openapi.types.ts SessionCreateRequest

Properties

client_version?

Defined in: src/types/openapi.types.ts Client Version

experiment_id?

Defined in: src/types/openapi.types.ts Experiment Id Experiment id associated with the traces.

external_id?

Defined in: src/types/openapi.types.ts External Id External id of the session.

log_stream_id?

Defined in: src/types/openapi.types.ts Log Stream Id Log stream id associated with the traces.

logging_method?

Defined in: src/types/openapi.types.ts

metrics_testing_id?

Defined in: src/types/openapi.types.ts Metrics Testing Id Metrics testing id associated with the traces.

name?

Defined in: src/types/openapi.types.ts Name Name of the session.

previous_session_id?

Defined in: src/types/openapi.types.ts Previous Session Id Id of the previous session.

reliable?

Defined in: src/types/openapi.types.ts Reliable Whether or not to use reliable logging. If set to False, the method will respond immediately before verifying that the traces have been successfully ingested, and no error message will be returned if ingestion fails. If set to True, the method will wait for the traces to be successfully ingested or return an error message if there is an ingestion failure.

user_metadata?

Defined in: src/types/openapi.types.ts User Metadata User metadata for the session.