hart-estate-widget 3.4.0 → 3.4.2

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.
package/README.md CHANGED
@@ -223,6 +223,14 @@ Here you can see a list of accessible options and examples of usage. There are a
223
223
 
224
224
  // scales
225
225
  scales: ['x05', 'x1'],
226
+
227
+ // integrations
228
+ integrations: {
229
+ sentry: {
230
+ dsn: '<sentry_dsn>',
231
+ // Other sentry params
232
+ },
233
+ },
226
234
  }
227
235
 
228
236
  ```