Skip to content

Commit 7c46f5b

Browse files
committed
📘 doc: add info about aot=false trace
1 parent 48aa9fb commit 7c46f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are many factors that can slow down our app - and it's hard to identify th
2424

2525
Trace allows us to inject code to before and after of each life-cycle event, block and interact with the execution of the function.
2626

27-
::: info
27+
::: warning
2828
trace doesn't work with dynamic mode `aot: false`, as it requires the function to be static and known at compile time otherwise it will have a large performance impact.
2929
:::
3030

0 commit comments

Comments
 (0)