-
Notifications
You must be signed in to change notification settings - Fork 143
Add stackTrace getter #93
Add stackTrace getter #93
Conversation
Is there a more descriptive name we can give this? It's the stack trace of where the component's corresponding element was created. One thing that's fascinating is that this stack trace can change over the lifetime of the component! |
Yeah, naming is definitely something that can be changed...maybe something like |
I suspect it should have a verb, like |
Done! |
I keep forgetting this, but can you add an entry to CHANGELOG in the style of the other entries? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Closes #81. Adds a
stackTrace
method toComponent
that returns the current stack trace for the instance. This will returnnil
whenelementTracing
isfalse
.