File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Future<void> main() async {
5858 await Sentry.init((options) {
5959 options.dsn = '___PUBLIC_DSN___';
6060 // Adds request headers and IP for users, for more info visit :
61- // visit : https://docs.sentry.io/platforms/dart/data-management/data-collected/ for more info
61+ // https://docs.sentry.io/platforms/dart/data-management/data-collected/
6262 options.sendDefaultPii = true;
6363 // ___PRODUCT_OPTION_START___ performance
6464 // Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Future<void> main() async {
7070 (options) {
7171 options.dsn = '___PUBLIC_DSN___';
7272 // Adds request headers and IP for users, for more info visit:
73- // https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/ for more info
73+ // https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/
7474 options.sendDefaultPii = true;
7575 // ___PRODUCT_OPTION_START___ performance
7676 // Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Future<void> main() async {
3636 (options) {
3737 options.dsn = '___PUBLIC_DSN___';
3838 // Adds request headers and IP for users, for more info visit :
39- // visit : https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/ for more info
39+ // https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/
4040 options.sendDefaultPii = true;
4141 // ___PRODUCT_OPTION_START___ performance
4242 // Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
You can’t perform that action at this time.
0 commit comments