implement dropping of fast exit spans#1418
Conversation
| events[event_type].append(event) | ||
|
|
||
| store = Tracer(lambda: frames, lambda frames: frames, queue, Config(), None) | ||
| store = Tracer(lambda: frames, lambda frames: frames, queue, elasticapm_client.config, elasticapm_client) |
There was a problem hiding this comment.
this change was needed so that the tests that use this fixture also respect the default settings we set up in the elasticapm_client fixture
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
basepi
left a comment
There was a problem hiding this comment.
I had a hunch this was where the conversation about adding microseconds happened, so I checked the spec and added one note below. Otherwise looks great!
closes #1309