#<Sentry::ErrorEvent:0x00007f9eb58f5268>

by seatsio

HTML

<div id="chart"></div>
<script src="http://localhost:9002/chart.js"></script>
<script>
    new seatsio.SeatingChart({
        divId: 'chart',
        publicKey: 'publicDemoKey',
        event: 'smallTheatreWithGAEvent',

    pricing: {
        allFeesIncluded: true,
        prices: [
            { category: "Standing", price: 20},
            { category: "Ground Floor", price: 30}
        ],
        priceFormatter: p => p + " €"
    }
    }).render();
</script>