feeops
feeops
It is fixed. Need add java -Dfile.encoding=UTF-8
> Hi, Thanks, I will add the jvm parameter directly in the extension loading code. Thanks again for the issue and the solution. I am sorry. It is work to...
> For the Burp UI, the solution was to change the _default font_ to **Monospaced**: > >  I have change display font.It is ok in http message display.But It...
v1.61.1352有这个问题 v1.61.1311没有这个问题,可以回滚
> success success: 8 meaning: parameter is not right. But I am sure they are right.I use golang steam lib to rewrite.The reponse is success
> 附带的 leakless.exe 附带的 leakless.exe 在哪下载?
> 可以添加 leakless 到白名单吗? 技术上是可以的,但比较麻烦,而且打包出来的文件要分发给很多用户去使用,让他们添加白名单也挺麻烦的 能从代码层面解决是最好的
> @feeops 类似这样关闭 leakless 还会被当作病毒吗? > > ```go > u := launcher.New().Leakless(false).MustLaunch() > > browser := rod.New().ControlURL(u).MustConnect() > ``` 这样程序退出的时候,浏览器还能自动退出吗?
> Hello @feeops, what version of the sentry-cli are you running? 2.5.2
> It has nothing to do with Nginx. The maximum file size for dsym uploads is configured via `system.maximum-file-size` - https://develop.sentry.dev/self-hosted/#configuration I check the source code https://github.com/getsentry/sentry/blob/master/src/sentry/options/defaults.py system.maximum-file-size default=2**31 I...