Skip to content

Commit ee6bf77

Browse files
authored
fix(go): Remove usage of spaces (#14003)
Go uses tabs for indentation.
1 parent 836b5c0 commit ee6bf77

File tree

1 file changed

+2
-2
lines changed
  • platform-includes/getting-started-config

1 file changed

+2
-2
lines changed

platform-includes/getting-started-config/go.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ func main() {
1515
// Useful when getting started or trying to figure something out.
1616
Debug: true,
1717
// Adds request headers and IP for users,
18-
// visit: https://docs.sentry.io/platforms/go/data-management/data-collected/ for more info
19-
SendDefaultPII: true,
18+
// visit: https://docs.sentry.io/platforms/go/data-management/data-collected/ for more info
19+
SendDefaultPII: true,
2020
})
2121
if err != nil {
2222
log.Fatalf("sentry.Init: %s", err)

0 commit comments

Comments
 (0)