TracerService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 2
Description
History 6
- 573 Change ReturnType of FinishSpan from void to null
- 462 Change ThreadSafety of StartSpan from to Unsafe
- 462 Change ThreadSafety of FinishSpan from to Unsafe
- 454 Add StartSpan
- 454 Add FinishSpan
- 454 Add TracerService
Members 2
FinishSpan
Parameters (1) | ||
---|---|---|
spanId | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of FinishSpan from void to null
- 462 Change ThreadSafety of FinishSpan from to Unsafe
- 454 Add FinishSpan
StartSpan
Parameters (2) | ||
---|---|---|
name | string | |
parentId | string | |
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |