You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During development, adding the _ember-perf-timeline queryParam to every route we profile is a bit cumbersome. It will be useful to add a configuration to always enable component measures in development environment.
I'd like to contribute towards this if it sounds good.
The text was updated successfully, but these errors were encountered:
Totally agree. I also could not dynamically specify the _ember-perf-timeline query parameter when invoking transitionTo methods. Probably because I didn't configure the routes 😄
This relates somewhat to #19. Perhaps a configuration / some design could cover both?
@xg-wangs config would be helpful here. I am working on profiling route transitions with animations, and ember will drop the _ember-perf-timeline query param from the URL on the transition unless I sprinkle it into all our controllers.
During development, adding the _ember-perf-timeline queryParam to every route we profile is a bit cumbersome. It will be useful to add a configuration to always enable component measures in development environment.
I'd like to contribute towards this if it sounds good.
The text was updated successfully, but these errors were encountered: