You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/explore/logs/index.mdx
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,25 +19,30 @@ Not everything that you want to track in your application generates an error eve
19
19
20
20
## Set up Logs
21
21
22
-
To get started with Logs, navigate to the [Getting Started](/product/explore/logs/getting-started/) and select your SDK from the list.
22
+
To get started with Logs, navigate to the [Getting Started](/product/explore/logs/getting-started/)page and select your SDK from the list.
23
23
24
24
## Viewing and Searching Logs
25
25
26
-
Raw text search is case sensitive and allows you to search for specific strings within the *message* attribute of the Log. Raw text search over the entire log's JSON is not supported.
26
+
**Raw Text Search**
27
+
Raw text search is case sensitive and allows you to search for specific strings within the *message* attribute of the Log. **Raw text search over the entire log's JSON is not supported.**
27
28
28
29

29
30
31
+
**Default Properties Search**
30
32
You can also search using the default properties (like `severity`) or additional custom properties that you've added to your log entries.
31
33
32
34

33
35
36
+
37
+
**Expand Logs**
34
38
Log entries can be expanded to view all properties of logs entry. Individual properties can be added as columns to the results view, allowing you to quickly view properties that matter specifically to you alongside your search results.
35
39
36
40

37
41
42
+
**Auto-Refresh**
38
43
You can also enable auto refreshing of the logs view to see your latest logs as they come in.
39
44
40
-

45
+

41
46
42
47
Conditions in which auto-refresh is disabled:
43
48
@@ -48,6 +53,18 @@ Conditions in which auto-refresh is disabled:
48
53
- Auto-refresh will be disabled if there is an error fetching logs.
49
54
- Auto-refresh is not available in the aggregates view.
50
55
56
+
### Query Volumes
57
+
When the number of logs returned by a query is too high, there are a couple of changes to explorer functionality.
58
+
- Auto-refresh will be disabled.
59
+
- Data shown in the chart will be extrapolated from a sampled amount of the complete dataset.
When doing very specific queries, like looking for a particular line of code that is causing an issue, you may see a message that says "No logs found yet". This happens when the dataset is very large, and Sentry needs to batch the results. You can continue scanning to see the next batch of logs by clicking "Continue Scanning".
0 commit comments