Coder Social home page Coder Social logo

bugsnag-zero's People

Contributors

birtles avatar dependabot[bot] avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bugsnag-zero's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/tests.yml
  • actions/checkout v4
  • actions/setup-node v4.0.2
npm
package.json
  • ua-parser-js ^1.0.32
  • @rollup/plugin-typescript 11.1.6
  • @types/aws-lambda 8.10.133
  • @types/node 20.11.19
  • @types/ua-parser-js 0.7.39
  • husky 9.0.11
  • lint-staged 15.2.2
  • pinst 3.0.0
  • prettier 3.2.5
  • rollup 4.11.0
  • standard-version 9.5.0
  • tslib 2.6.2
  • typescript 5.3.3
  • vitest 1.2.2
  • vitest-github-actions-reporter 0.11.1
nvm
.nvmrc

  • Check this box to trigger a request for Renovate to run again on this repository

"'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them"

I'm getting this error reported from Firefox 115. It's try-caught here:

// arguments.callee cannot be accessed in strict mode.
/* eslint @typescript-eslint/ban-types: 0 */
let curr: Function;
try {
curr = arguments.callee;
} catch (_e) {
return [];
}

However it seems that it still gets reported to bugsnag anyway. I am not sure what the repro for this is though.

Custom endpoints for GDPR

Hi!

Are there any plans for adding custom endpoints? or maybe some workarounds?

We've been using bugsnag-js till now and were forced to use custom endpoints due to GDPR (we don't send data directly to Bugsnag and use our server as a proxy of sort, strip any personal data out of the request and forward it to Bugsnag). Recently, we started working on reducing our app's bundle size and found out bugsnag-js is the second after react-dom in terms of bundle size.

Thank you for your work on this library. It'd be really cool if we could replace bugsnag-js with bugsnag-zero.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.