Skip to content

Commit

Permalink
feat(remote-config): add new capabilities (#893)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Rulleau <[email protected]>
  • Loading branch information
Leiyks authored Feb 27, 2025
1 parent a1d958b commit a43896a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions remote-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,15 @@ pub enum RemoteConfigCapabilities {
AsmRaspXss = 28,
ApmTracingSampleRules = 29,
CsmActivation = 30,
AsmAutoUserInstrumMode = 31,
AsmEndpointFingerprint = 32,
AsmSessionFingerprint = 33,
AsmNetworkFingerprint = 34,
AsmHeaderFingerprint = 35,
AsmTruncationRules = 36,
AsmRaspCmdi = 37,
ApmTracingEnableDynamicInstrumentation = 38,
ApmTracingEnableExceptionReplay = 39,
ApmTracingEnableCodeOrigin = 40,
ApmTracingEnableLiveDebugging = 41,
}

0 comments on commit a43896a

Please sign in to comment.