As already said in comments, the antiderivative cannot be expressed in terms of elementary functions. So, may be, you could use a Taylor series, using $$e^y=1+y+\frac{y^2}{2}+\frac{y^3}{6}+O\left(y^4\right)$$ and replace $y$ by $2\sin(x)$. This will give $$e^{2\sin(x)}=1+2 \sin (x)+2 \sin ^2(x)+\frac{4 }{3}\sin ^3(x)+\cdots$$ and you are then left with a linear combination of integrals $$I_n=\int \sin^n(x)\, dx$$ for which exist at least a reduction formula $$I_n=-\frac 1n\sin^{n-1}(x)\cos(x)+\frac{n-1}n I_{n-2}$$
Edit
egreg made a good point in comments. When I wrote (in my initial answer) that the antiderivative does not exist, it was a bad shortcut to say that the antiderivative cannot be expressed in terms of elementary functions. Since I did not want to hide my mistake (not to say more), I did not modify the text. I change it now and let egreg the merit of pointing my bad wording.