-
Notifications
You must be signed in to change notification settings - Fork 3
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
New API for pinpoint-php-aop #50
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no namespace
Update version
update status
* fix a bug * add "PP_REQ_PLUGINS" opt, user can redefine the req plugins * fix a bug when use cache * exclude anonymous function * update name * rename PINPOINT_ENV to PINPOINT_USE_CACHE * fix a bug when no $classMap definition * Support function * add User directory * add ini loader * add filter loader * add New_ and funcCall * support namespace hack * update licence
release v2.0.1
checking before assignment
V2.0.0 release
support new from a variable
support variable
Replace Travis CI
Use Github Action instead of Travis CI
Replace Travis CI with Github Action
update to master
1. Replace Travis CI badge with github action badge. 2. Add License badge.
Modify badge
2. fix brute assert
Try to support TP5.0
fix: enable save files
upload autoGen plugins and sys plugins
* yii2, db connection * aop library support "extend \PDO " style * ci is failed
* update reademe * use latest
ProfilerMysqli_Stmt in php8.1
* mysqli8 => php8 (pinpoint-apm#33) * Add PDO8 plugin for pdo in php8 * modify mysqli path (pinpoint-apm#35) * Mark request as failed if return 5xx return code pinpoint-apm/pinpoint-c-agent@851d4ea (pinpoint-apm#34) Co-authored-by: su-wei <su.wei@navercorp.com> Co-authored-by: Evelyn <41946743+EyelynSu@users.noreply.github.com>
* add generator plugin InstancePlugins. (pinpoint-apm#44) * fix next node is unknown when laravel call remote with guzzle. (pinpoint-apm#46) Co-authored-by: Evelyn <41946743+EyelynSu@users.noreply.github.com>
* remove setting.ini
- refactor aop for addJoinPoint api - tc for addFunctionAlias/addClassNameAlias pinpoint-apm/pinpoint-c-agent#543
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolved pinpoint-apm/pinpoint-c-agent#542 and pinpoint-apm/pinpoint-c-agent#543