refactor:将breakpad_upload_url改名为sentry_url
This commit is contained in:
@@ -9,7 +9,7 @@ enable_breakpad=1
|
||||
breakpad_minidump_dir=/tmp/certstore/crashreport
|
||||
enable_breakpad_upload=1
|
||||
{% raw %}
|
||||
breakpad_upload_url= {{ breakpad_upload_url }}
|
||||
breakpad_upload_url= {{ sentry_url }}
|
||||
{% endraw %}
|
||||
[CONFIG]
|
||||
#Number of running threads
|
||||
|
||||
@@ -197,7 +197,7 @@ dictator_enable=1
|
||||
breakpad_minidump_dir="/tmp/crashreport"
|
||||
enable_breakpad_upload=1
|
||||
{% raw %}
|
||||
breakpad_upload_url="{{ breakpad_upload_url }}"
|
||||
breakpad_upload_url="{{ sentry_url }}"
|
||||
{% endraw %}
|
||||
|
||||
### note:
|
||||
|
||||
@@ -9,7 +9,7 @@ disable_coredump=0
|
||||
enable_breakpad=1
|
||||
enable_breakpad_upload=1
|
||||
{% raw %}
|
||||
breakpad_upload_url={{ breakpad_upload_url }}
|
||||
breakpad_upload_url={{ sentry_url }}
|
||||
{% endraw %}
|
||||
# must be /run/tfe/crashreport,due to tmpfile limit
|
||||
breakpad_minidump_dir=/run/tfe/crashreport
|
||||
|
||||
@@ -10,7 +10,8 @@ CM:
|
||||
index_dynamic: 1
|
||||
|
||||
|
||||
breakpad_upload_url: http://10.4.63.4:9000/api/2/minidump/?sentry_key=3203b43fd5384a7dbe6a48ecb1f3c595
|
||||
sentry_url: http://127.0.0.1:9000/api/2/minidump/?sentry_key=3203b43fd5384a7dbe6a48ecb1f3c595
|
||||
|
||||
data_center: Kyzylorda
|
||||
tsg_master_entrance_id: 9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user