-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlatform
49 lines (24 loc) · 1.51 KB
/
Platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<PlatformContent includePath="getting-started-primer" />
On this page, we get you up and running with Sentry's SDK, so that it will automatically report errors and exceptions in your application.
<PlatformSection noGuides notSupported={["android", "dart", "elixir", "flutter", "perl", "react-native", "unity"]}>
<Alert level="info" title="Using a framework?">
Get started using a guide listed in the right sidebar.
</Alert>
</PlatformSection>
Don't already have an account and Sentry project established? Head over to [sentry.io](https://sentry.io/signup/), then return to this page.
## Install
Sentry captures data by using an SDK within your application’s runtime.
<PlatformContent includePath="getting-started-install" />
## Configure
<PlatformSection notSupported={["unity"]}>
Configuration should happen as early as possible in your application's lifecycle.
</PlatformSection>
<PlatformContent includePath="getting-started-config" />
## Verify
This snippet includes an intentional error, so you can test that everything is working as soon as you set it up:
<PlatformContent includePath="getting-started-verify" />
<Note>
Learn more about manually capturing an error or message in our <PlatformLink to="/usage/">Usage documentation</PlatformLink>.
</Note>
To view and resolve the recorded error, log into [sentry.io](https://sentry.io) and open your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.
<PageGrid header="Next Steps" nextSteps />