Skip to content

Commit

Permalink
Add support for new actions caller_line and current_stacktrace (#36)
Browse files Browse the repository at this point in the history
Added in OTP 26.
Ref OTP-18494

"Support has been added in ms_transform for the actions caller_line/0, current_stacktrace/0, and current_stacktrace/1."

From https://www.erlang.org/patches/otp-26.0
  • Loading branch information
lawik committed Feb 10, 2024
1 parent 3398395 commit ab4b59c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ex2ms.ex
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ defmodule Ex2ms do
:trace,
:display,
:caller,
:caller_line,
:current_stacktrace,
:set_tcw,
:silent
]
Expand Down

0 comments on commit ab4b59c

Please sign in to comment.