Coder Social home page Coder Social logo

Comments (5)

PandaCodes avatar PandaCodes commented on May 13, 2024

Hi, @snaptsoft
The beaconSize can be set up to the BEACON_SIZE_LIMIT, which is currently hardcoded to be 1e6 bytes. That is, apparently, not enough in some cases like yours. This limit will be updated to be configurable from the environment variables in the nearest release.

I wonder what cause this overflow. Do you have base64 images in your PWA? Or maybe big peaces of text inside a single element?

from openreplay.

snaptsoft avatar snaptsoft commented on May 13, 2024

There are no base64 images, and actually very few images within the application itself aside from 1 view, which was not used during testing. It is a very data focused application, so there is quite a bit of information displayed and held in state. It is a very complex application, and we have had issues using a similar feature as a part of a live chat tool. However, tools like LogRocket have functioned as expected. Is there an ETA on the next release?

from openreplay.

estradino avatar estradino commented on May 13, 2024

ETA for next release is end of next week.

from openreplay.

estradino avatar estradino commented on May 13, 2024

Fixed. Available in v1.3.5.

from openreplay.

estradino avatar estradino commented on May 13, 2024

@snaptsoft
BEACON_SIZE_LIMIT is expressed in bytes can be set by running openreplay -e command then adding this block:

http:
  env:
    BEACON_SIZE_LIMIT: "123456789"

Once defined, save and quit using :wq for the changes to take effect.

from openreplay.

Related Issues (20)

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.