Skip to content

Commit

Permalink
RUM-1335 Remove stale start_precondition - it had no use
Browse files Browse the repository at this point in the history
so we don't consider it a breaking change
  • Loading branch information
ncreated committed Nov 9, 2023
1 parent 74f55d3 commit cd17a38
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions lib/cjs/generated/rum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,10 +729,6 @@ export declare type RumViewEvent = CommonProperties & {
* Session properties
*/
readonly session?: {
/**
* The precondition that led to the creation of the session
*/
readonly start_precondition?: 'app_launch' | 'inactivity_timeout' | 'max_duration' | 'explicit_stop' | 'background_event';
/**
* Whether this session is currently active. Set to false to manually stop a session
*/
Expand Down
4 changes: 0 additions & 4 deletions lib/esm/generated/rum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,10 +729,6 @@ export declare type RumViewEvent = CommonProperties & {
* Session properties
*/
readonly session?: {
/**
* The precondition that led to the creation of the session
*/
readonly start_precondition?: 'app_launch' | 'inactivity_timeout' | 'max_duration' | 'explicit_stop' | 'background_event';
/**
* Whether this session is currently active. Set to false to manually stop a session
*/
Expand Down
6 changes: 0 additions & 6 deletions schemas/rum/view-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,6 @@
"description": "Session properties",
"required": [],
"properties": {
"start_precondition": {
"type": "string",
"description": "The precondition that led to the creation of the session",
"enum": ["app_launch", "inactivity_timeout", "max_duration", "explicit_stop", "background_event"],
"readOnly": true
},
"is_active": {
"type": "boolean",
"description": "Whether this session is currently active. Set to false to manually stop a session",
Expand Down

0 comments on commit cd17a38

Please sign in to comment.