[analyzer] use the staging url for crash reports
Change-Id: I0e706fadac4709a723165beea3446f578c4abd63 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125682 Reviewed-by: Mike Fairhurst <mfairhurst@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
453aca82a7
commit
f1adb0b4d8
@@ -16,8 +16,9 @@ const String _dartTypeId = 'DartError';
|
||||
/// Crash backend host.
|
||||
const String _crashServerHost = 'clients2.google.com';
|
||||
|
||||
// This should be one of 'report' or 'staging_report'.
|
||||
/// Path to the crash servlet.
|
||||
const String _crashEndpointPath = '/cr/report'; // or, 'staging_report'
|
||||
const String _crashEndpointPath = '/cr/staging_report';
|
||||
|
||||
/// The field corresponding to the multipart/form-data file attachment where
|
||||
/// crash backend expects to find the Dart stack trace.
|
||||
|
||||
Reference in New Issue
Block a user