studiokit-scaffolding-js 5.2.0-next.2.3 → 5.2.0-next.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/startup.js +2 -0
  2. package/package.json +3 -3
package/lib/startup.js CHANGED
@@ -96,6 +96,8 @@ var startup = function (appConfig, endpointMappings) {
96
96
  debug: appConfig.NODE_ENV !== 'production',
97
97
  // limit depth of data attached to breadcrumbs and contexts
98
98
  normalizeDepth: 15,
99
+ // increase length of error messages before truncation
100
+ maxValueLength: 450,
99
101
  beforeBreadcrumb: function (breadcrumb, hint) {
100
102
  // do not track console logs when running in development mode (locally)
101
103
  return breadcrumb.category === 'console' && appConfig.NODE_ENV !== 'production' ? null : breadcrumb;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "5.2.0-next.2.3",
3
+ "version": "5.2.0-next.2.5",
4
4
  "description": "Common scaffolding for Studio apps at Purdue",
5
5
  "repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
6
6
  "license": "MIT",
@@ -90,7 +90,7 @@
90
90
  ]
91
91
  },
92
92
  "resolutions": {
93
- "@sentry/browser": "^7.112.2",
93
+ "@sentry/browser": "^7.113.0",
94
94
  "@types/react": "^17.0.0",
95
95
  "@types/react-router": "^5.1.11",
96
96
  "kind-of": "^6.0.3",
@@ -104,7 +104,7 @@
104
104
  "@material-ui/lab": "^4.0.0-alpha.57",
105
105
  "@microsoft/applicationinsights-web": "^3.1.0",
106
106
  "@redux-saga/types": "^1.1.0",
107
- "@sentry/react": "^7.112.2",
107
+ "@sentry/react": "^7.113.0",
108
108
  "@types/history": "^4.7.8",
109
109
  "@types/lodash": "^4.14.168",
110
110
  "@types/pluralize": "^0.0.29",