Skip to content

Single time unit and postfix for ReactNativeTracingOptions #2471

@krystofwoldrich

Description

@krystofwoldrich

Description

At the moment ReactNativeTracingOptions has multiple options to set some sort of time range. These options are in different time unit and they don't have post fix which would suggest the unit.

@deprecated
idleTimeout: number;
@deprecated
maxTransactionDuration: number;

idleTimeoutMs: number;
maxTransactionDurationMs: number;

To not introduce breaking change, when the deprecated options are used they will set their new counterparts which will be used further in the code.

Metadata

Metadata

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions