Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP to live debugger system tests #2792

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/weblog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,10 +587,10 @@ This endpoint will be used to validate the span decoration probe.
#### GET /debugger/pii
This endpoint will be used to validate Dynamic Instrumentation pii redaction feature.

#### GET /expression/*
#### GET /expression*
These endpoints will be used to validate Dynamic Instrumentation expression language feature.

#### GET /exceptionreplay/*
#### GET /exceptionreplay*
These endpoints will be used to validate Dynamic Instrumentation exception replay feature.

### GET /createextraservice
Expand Down
16 changes: 8 additions & 8 deletions manifests/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@ tests/:
Test_UserBlocking_FullDenylist: v0.86.3
debugger/:
test_debugger_exception_replay.py:
Test_Debugger_Exception_Replay: irrelevant
Test_Debugger_Exception_Replay: v1.4.0
test_debugger_expression_language.py:
Test_Debugger_Expression_Language: irrelevant
Test_Debugger_Expression_Language: v1.4.0
test_debugger_pii.py:
Test_Debugger_PII_Redaction: irrelevant
Test_Debugger_PII_Redaction: v1.4.0
test_debugger_probe_snapshot.py:
Test_Debugger_Line_Probe_Snaphots: irrelevant
Test_Debugger_Method_Probe_Snaphots: irrelevant
Test_Debugger_Mix_Log_Probe: irrelevant
Test_Debugger_Line_Probe_Snaphots: v1.4.0
Test_Debugger_Method_Probe_Snaphots: v1.4.0
Test_Debugger_Mix_Log_Probe: v1.4.0
test_debugger_probe_status.py:
Test_Debugger_Probe_Statuses: irrelevant
integrations/:
Expand Down Expand Up @@ -324,8 +324,8 @@ tests/:
Test_RemoteConfigurationExtraServices: missing_feature
Test_RemoteConfigurationUpdateSequenceASMDDNoCache: irrelevant (cache is implemented)
Test_RemoteConfigurationUpdateSequenceFeaturesNoCache: irrelevant (cache is implemented)
Test_RemoteConfigurationUpdateSequenceLiveDebugging: missing_feature
Test_RemoteConfigurationUpdateSequenceLiveDebuggingNoCache: missing_feature
Test_RemoteConfigurationUpdateSequenceLiveDebugging: v1.4.0
Test_RemoteConfigurationUpdateSequenceLiveDebuggingNoCache: irrelevant (cache is implemented)
serverless/:
test_span_pointers.py:
Test_SpanPointers: missing_feature
Expand Down
Loading
Loading