philkra / elastic-apm-laravel

Elastic APM Client for Laravel
94 stars 50 forks source link

Env variables, uri transaction naming, version injection, sourcecode offset #21

Closed petermein closed 5 years ago

petermein commented 5 years ago

First of great job on both the agent and this Laravel package. We have tested it recently and found some good performance bugs.

I would like to help building out this package so here is my first input. If you want to cherry pick some features or want me to split some up. No problem.

Updates :rainbow: Added env variables for environments :rainbow: Added route uri naming, for grouping routes on the route name without parameters :rainbow: Added contract to determine your own version :bug: Fixed the offset of the source code, was off by one

philkra commented 5 years ago

@petermein thanks a lot! I'm glad the package was helpful! Thanks for your contribution, I will check it in detail in the coming days.

philkra commented 5 years ago

@petermein , I did not forget this PR! I have a newborn at home and that surprisingly reduced my github time :)

petermein commented 5 years ago

No problem we have kinda implemented it with a work around, anxiously waiting on the PR ;)

philkra commented 5 years ago

Hi @petermein , thanks for your contribution! Please do two more things:

petermein commented 5 years ago

I missed you reaction, but i see its merged already