Michael Schock
Michael Schock
@patelbj3 - at what percent complete did it emit that error message? (edited) - i see you're talking about manually uploading. if you can, please try using stencil-cli to do...
@leonperez1870 there's a 50mb limit that i'm guessing you reached with the images. there was a similar issue closed here: https://github.com/bigcommerce/stencil-cli/issues/344. we have an internal ticket to fix error message...
@leonperez1870 hmmm... if you run stencil bundle for the theme which doesn't upload successfully, how big is the zip? that is, the 50mb limit is not on the images alone...
### Pull Request Summary **Changes Introduced:** - **Bug Fix**: Initialize Sentry only when the user is logged in ( - `python/composio/__init__.py`: Added logic to check for the presence of user...
### PR Summary **Objective:** This PR aims to improve the integration of Sentry for error logging by ensuring it is initialized only when the user is logged in. Additionally, it...