Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,345 contributions in the last year
Contribution activity
October 2020
Created a pull request in arkaitzgarro/elastic-apm-laravel that received 10 comments
chore: fix variable casing
We use snake_case to define our variables, properties and function arguments. Fix the variables that don't follow this pattern.
- fix(config): default value for MAXTRACEITEMS env variable
- fix: restore job type case
- chore: remove check for Laravel 6 class
- chore(deps): remove array subset dependency
- chore: update supported versions
- chore: add unit tests for ScheduledTaskCollector class
- chore: add unit tests for AgentBuilder
- chore: setup code climate
- chore: run all tests on CI
- fix(config): default service name value
- chore: use Laravel's runningInConsole method
- fix: transaction and span times for async jobs
- chore: fix missing imports
- Remove composer.lock and update Laravel supported versions
- Remove Guzzle
- Chore/implement global max trace items
- chore(tests): add tests for collectors
- Document that job middleware is not called during dispatchNow()
- docs: fix a table in readme
- feat(collectors): add command and scheduled tasks collectors
- Chore/support elastic apm env config
Created an issue in arkaitzgarro/elastic-apm-laravel that received 7 comments
2.0 final release
Looks like all new functionality and necessary changes to accommodate the new agent are complete, and we can release the final 2.0 version. This is…

