mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-30 10:35:50 +03:00
[GH-ISSUE #1753] [Scripting] Is there a way to remove standard onRequest/onResponse logging? #1746
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1746
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mexator on GitHub (Aug 24, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1753
Originally assigned to: @NghiaTranUIT on GitHub.
Question
Each time my script executes callbacks I see this in log:
I don't want to see this unless i am debugging my script. How can I remove it?
Background
I need to keep track of what my app sends in analytics (event name and parameters).
Currently I do it with console.log(). Analytics events are batched so I do not care to which request an event belongs to.
@NghiaTranUIT commented on GitHub (Aug 24, 2023):
Sure @Mexator I will add an option to hide these app logs 👍 Will send the Beta build this week 👍
@NghiaTranUIT commented on GitHub (Aug 25, 2023):
@Mexator you can try this beta build: https://download.proxyman.io/beta/Proxyman_4.9.1_Hide_proxyman_scripts_logs.dmg
You can enable this option in the More Button 👍
@Mexator commented on GitHub (Aug 25, 2023):
Works like a charm! Thank you!