We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: enhancement
Remove the requirement of carrying args in entry.exit().
entry.exit()
目前对于带参数的自定义埋点,entry.exit() 的时候需要也带上埋点的参数(比如 entry.exit(arg1, arg2)),这样使用起来不太方便。期望最终实现 exit 时不需要带上埋点的参数以及 batchCount。
entry.exit(arg1, arg2)
Hold args in Entry so that users don't need to carry args or argMap on Entry exit.
Entry
The text was updated successfully, but these errors were encountered:
Remove the requirement of carrying args in entry.exit() alibaba#3109
8ecb6f2
460b30f
19df2f7
01d9098
04b32cc
3143bac
4ae74da
Successfully merging a pull request may close this issue.
Issue Description
Type: enhancement
Describe what feature you want
Remove the requirement of carrying args in
entry.exit()
.目前对于带参数的自定义埋点,
entry.exit()
的时候需要也带上埋点的参数(比如entry.exit(arg1, arg2)
),这样使用起来不太方便。期望最终实现 exit 时不需要带上埋点的参数以及 batchCount。Describe your initial design (if present)
Hold args in
Entry
so that users don't need to carry args or argMap onEntry
exit.The text was updated successfully, but these errors were encountered: