|
| 1 | +<a href="https://opensource.newrelic.com/oss-category/#community-plus"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Community_Plus.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png"><img alt="New Relic Open Source community plus project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png"></picture></a> |
| 2 | +# New Relic Browser Agent Warning Codes |
| 3 | + |
| 4 | +### 1 |
| 5 | +`An error occurred while setting a property of a Configurable` |
| 6 | +### 2 |
| 7 | +`An error occured while setting a Configurable` |
| 8 | +### 3 |
| 9 | +`Setting a Configurable requires an object as input` |
| 10 | +### 4 |
| 11 | +`Setting a Configurable requires a model to set its initial properties` |
| 12 | +### 5 |
| 13 | +`An invalid session_replay.mask_selector was provided. * will be used.` |
| 14 | +### 6 |
| 15 | +`An invalid session_replay.block_selector was provided and will not be used` |
| 16 | +### 7 |
| 17 | +`An invalid session_replay.mask_input_option was provided and will not be used` |
| 18 | +### 8 |
| 19 | +`Shared context requires an object as input` |
| 20 | +### 9 |
| 21 | +`An error occurred while setting SharedContext` |
| 22 | +### 10 |
| 23 | +`Failed to read from storage API` |
| 24 | +### 11 |
| 25 | +`Failed to write to the storage API` |
| 26 | +### 12 |
| 27 | +`An obfuscation replacement rule was detected missing a "regex" value.` |
| 28 | +### 13 |
| 29 | +`An obfuscation replacement rule contains a "regex" value with an invalid type (must be a string or RegExp)` |
| 30 | +### 14 |
| 31 | +`An obfuscation replacement rule contains a "replacement" value with an invalid type (must be a string)` |
| 32 | +### 15 |
| 33 | +`An error occurred while intercepting XHR` |
| 34 | +### 16 |
| 35 | +`Could not cast log message to string` |
| 36 | +### 17 |
| 37 | +`Could not calculate New Relic server time. Agent shutting down.` |
| 38 | +### 18 |
| 39 | +`RUM call failed. Agent shutting down.` |
| 40 | +### 19 |
| 41 | +`SPA scheduler is not initialized. Saved interaction is not sent!` |
| 42 | +### 20 |
| 43 | +`A problem occurred when starting up session manager. This page will not start or extend any session.` |
| 44 | +### 21 |
| 45 | +`Failed to initialize the agent. Could not determine the runtime environment.` |
| 46 | +### 22 |
| 47 | +`Failed to initialize all enabled instrument classes (agent aborted) -` |
| 48 | +### 23 |
| 49 | +`An unexpected issue occurred` |
| 50 | +### 24 |
| 51 | +`Something prevented the agent from instrumenting.` |
| 52 | +### 25 |
| 53 | +`Something prevented the agent from being downloaded.` |
| 54 | +### 26 |
| 55 | +`Failed to initialize instrument classes.` |
| 56 | +### 27 |
| 57 | +`Downloading runtime APIs failed...` |
| 58 | +### 28 |
| 59 | +`The Browser Agent is attempting to send a very large payload. This is usually tied to large amounts of custom attributes. Please check your configurations.` |
| 60 | +### 29 |
| 61 | +`Failed to wrap logger: invalid argument(s)` |
| 62 | +### 30 |
| 63 | +`Invalid log level` |
| 64 | +### 31 |
| 65 | +`Ignored log: Log is larger than maximum payload size` |
| 66 | +### 32 |
| 67 | +`Ignored log: Invalid message` |
| 68 | +### 33 |
| 69 | +`Session Replay Aborted` |
| 70 | +### 34 |
| 71 | +`Downloading and initializing a feature failed...` |
| 72 | +### 35 |
| 73 | +`Call to agent api failed. The API is not currently initialized.` |
| 74 | +### 36 |
| 75 | +`A feature is enabled but one or more dependent features have not been initialized. This may cause unintended consequences or missing data...` |
| 76 | +### 37 |
| 77 | +`Invalid feature name supplie.` |
| 78 | +### 38 |
| 79 | +`Call to api was made before agent fully initialized.` |
| 80 | +### 39 |
| 81 | +`Failed to execute setCustomAttribute. Name must be a string type.` |
| 82 | +### 40 |
| 83 | +`Failed to execute setCustomAttribute. Non-null value must be a string, number or boolean type.` |
| 84 | +### 41 |
| 85 | +`Failed to execute setUserId. Non-null value must be a string type.` |
| 86 | +### 42 |
| 87 | +`Failed to execute setApplicationVersion. Expected <String | null>` |
0 commit comments